home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
thelosti.swf
/
scripts
/
DefineSprite_299_msgBox_mc
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
178 b
|
12 lines
stop();
nama = "";
Selection.setFocus("nama");
this.onEnterFrame = function()
{
if(Key.isDown(13))
{
_root.namaOrang = nama;
_root.topTen();
}
};